ResourceGetInputStream Method |
Returns the data stream from the resource.
Namespace:
Independentsoft.Webdav
Assembly:
Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntaxpublic Stream GetInputStream()
Public Function GetInputStream As Stream
Return Value
Type:
StreamAn instance of the Stream class for reading data from the resource.
See Also